home *** CD-ROM | disk | FTP | other *** search
/ PC User 2003 September / Australian PC User - September 2003 (CD1).iso / magstuff / web / files / psp801ev.exe / Data1.cab / quick_guides.swf / scripts / DefineButton2_27 / BUTTONCONDACTION on(keyPress Space).as < prev    next >
Encoding:
Text File  |  2003-06-06  |  99 b   |  6 lines

  1. on(keyPress "<Space>"){
  2.    _global.a = "playing";
  3.    _global.mov.play();
  4.    gotoAndStop(5);
  5. }
  6.